โโณโโโโโโณโโโโโป โโณโโโโโ โณโโโโณโณโโโโณโ โโโโโณโโณโณโณโณโ
โ โโโโโโ โโโ โโ โ โฃโซโฃ โโโโโโโโฃโซโโ โฃ โโโฃโซโโโโโ
โป โโโฃโโปโโโโโข โป โโโโ โโโโโ โโโโปโ โป โโโโโโโ โ
You are logged as: Guest User Status: Read Only Mode // Identify or Fingerprint to write new Posts!
Title: live stream on rns! Author: transfer Posted the: 23 Feb 2026 15:32 Category: Reticulum
live stream on rns!
https://github.com/tyxlb/rns-live-streaming Any suggestion?
๐๏ธ 178 Views - ๐ฌ 10 Replies - โค๏ธ 4 Like
โโโ ARTICLE REPLIES: (10) โโโ
Author: burgernode ยท Posted: 23 Feb 2026 23:25 ยท โค๏ธ 0
Reply: i'd recommend to add a client as in broadcaster, so two clients, watcher, broadcaster.
i'd call that client a source, as icecast2 does.
Author: transfer ยท Posted: 24 Feb 2026 03:33 ยท โค๏ธ 0
Reply: You mean a secondary server forwarding a live stream? Actually you only need ffmpeg -i "http://127.0.0.1:8000/{your_server_destination}/files/output.m3u8" -c copy output.m3u8 then serve the files. However, if we incorporate it into the protocol, we might encounter issues such as trust problems. Maybe there is someone using Network Identities as CDN.
Author: transfer ยท Posted: 24 Feb 2026 03:55 ยท โค๏ธ 0
Reply: If HLS on RNS is successful, I might continue to expand IPTV and live streaming (like owncast) (discoverable live streams!). I have no plans for media libraries and media platforms on RNS ;)
Author: Sherb ยท Posted: 24 Feb 2026 16:28 ยท โค๏ธ 0
Reply: a streaming test is availlable at a67e616be560d90cb46e8d2bf3973b93 on Reticulum Data Lab
Author: transfer ยท Posted: 03 Mar 2026 07:58 ยท โค๏ธ 1
Reply: rns-live-streaming 0.3.0 is out now! you can keep the client open and listen to announcements on the network
Author: transfer ยท Posted: 05 Mar 2026 10:24 ยท โค๏ธ 1
Reply: The latest version can work with MediaMTX to convert RTMP to HLS and stream it live.
Author: Cotteux ยท Posted: 08 Mar 2026 14:51 ยท โค๏ธ 0
Reply: I update to version 0.3 but the server now refuse the connections with this error : 2026-03-08 10:45:27 Error Error while generating response to request 480edf1cabffcefc2f621052d923c2bc on link 42693a2375ec5cb58d59f09f64e63025, urlopen error Errno 111 Connection refused
No change in my config or file to transmit.
Author: transfer ยท Posted: 09 Mar 2026 04:47 ยท โค๏ธ 0
Reply: did you launch mediamtx? If you push a stream to rtmp://localhost/mystream, you should get the HLS stream at http://localhost:8888/mystream/index.m3u8. my lxmf:87af05863489c21520d07caca15b6278
Author: Cotteux ยท Posted: 10 Mar 2026 23:48 ยท โค๏ธ 0
Reply: No, i was using streaming file. like in version 0.2
Author: transfer ยท Posted: 12 Mar 2026 01:41 ยท โค๏ธ 0
Reply: Option 1: python -m http.server 8888 -d ./files You don't need to modify the source code. Option 2: Fork 0.3.0 Option 1 should be more suitable for you; I don't plan to continue supporting reading local files.
You must be logged in to post replies. Please identify or fingerprint to NomadNet.